Skip to content

Commit

Permalink
Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennykorsukewitz committed Mar 19, 2024
1 parent d57d5ef commit 9167757
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,14 @@ jobs:
su -c "bin/${{ inputs.FRAMEWORK || 'znuny' }}.Console.pl Maint::Config::Rebuild --cleanup" - "${{ inputs.FRAMEWORK || 'znuny' }}"
- name: Build Package
run: bin/${{ inputs.FRAMEWORK || 'znuny' }}.Console.pl Dev::Package::Build ${{ github.event.repository.name }}.sopm ./
run: |
cd znuny
bin/${{ inputs.FRAMEWORK || 'znuny' }}.Console.pl Dev::Package::Build ${{ github.event.repository.name }}.sopm ./
- uses: actions/upload-artifact@v4
with:
name: OPM
path: "${{ github.event.repository.name }}*.opm"
path: "znuny/${{ github.event.repository.name }}*.opm"

# Release:
# environment:
Expand Down

0 comments on commit 9167757

Please sign in to comment.