Skip to content

Commit

Permalink
Merge pull request #14 from AuxXxilium/dev
Browse files Browse the repository at this point in the history
build: update
  • Loading branch information
AuxXxilium authored Apr 3, 2024
2 parents ee94abe + 1a96256 commit 2bb07ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,16 @@ jobs:
zip -9 patches.zip -j *.patch *.sh VERSION modulelist
- name: Upload to Artifacts
uses: actions/upload-artifact@v3
if: success() && env.VERSION == ''
uses: actions/upload-artifact@v4
with:
name: patches
path: |
patches.zip
- name: Release
uses: softprops/action-gh-release@v1
if: env.VERSION != ''
if: success() && env.VERSION != ''
with:
tag_name: ${{ env.VERSION }}
prerelease: ${{ inputs.prerelease }}
Expand Down

0 comments on commit 2bb07ed

Please sign in to comment.