Skip to content

Commit

Permalink
github build scripts updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lcgamboa committed Oct 5, 2024
1 parent 3f4609d commit a8d1e78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: build_all_static
run: bscripts/build_flatpak.sh

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: github.ref == 'refs/heads/master'
with:
name: picsimlab_pkg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
bscripts/build_appimage.sh
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: github.ref == 'refs/heads/master'
with:
name: picsimlab_pkg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
bscripts/build_windows_zip.sh
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: github.ref == 'refs/heads/master'
with:
name: picsimlab_pkg
Expand Down

0 comments on commit a8d1e78

Please sign in to comment.