Skip to content

Commit

Permalink
Merge pull request #93 from Sammy-T/actions
Browse files Browse the repository at this point in the history
Update build action step deps
  • Loading branch information
Sammy-T authored Nov 25, 2024
2 parents a10e53f + 777b62f commit 1bd79ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ jobs:
run: wails build -tags webkit2_41 -o ${{ steps.filename.outputs.prop }}-linux-alt

- name: Zip release file
uses: vimtor/action-zip@v1
uses: vimtor/action-zip@v1.2
with:
files: build/bin
recursive: false
dest: release/${{ steps.filename.outputs.prop }}_${{ matrix.os-base }}.zip

- name: Upload Build Artifact
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.4.3
with:
name: ${{ steps.filename.outputs.prop }}_${{ matrix.os-base }}
path: release/
Expand All @@ -91,13 +91,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download Build Artifact
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
path: release/
merge-multiple: true

- name: Release
uses: softprops/action-gh-release@v2.0.4
uses: softprops/action-gh-release@v2.1.0
with:
name: ${{ github.ref_name }}
tag_name: ${{ github.ref_name }}
Expand Down

0 comments on commit 1bd79ca

Please sign in to comment.