Skip to content

Commit

Permalink
fix: fix actions again
Browse files Browse the repository at this point in the history
  • Loading branch information
reisxd committed Sep 8, 2024
1 parent d523052 commit 1733f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-new-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,13 @@ jobs:
path: tizenbrew-app/TizenBrew/release/TizenBrewStandalone-New.wgt

- name: Upload TizenBrew Updater package artifact for Old Tizen
uses: actions/upload-artifact@4
uses: actions/upload-artifact@v4
with:
name: updater-${{ github.sha }}-old.wgt
path: tizenbrew-updater/TizenBrewUpdater/release/TizenBrewUpdater-Old.wgt

- name: Upload TizenBrew Updater package artifact for New Tizen
uses: actions/upload-artifact@4
uses: actions/upload-artifact@v4
with:
name: updater-${{ github.sha }}-new.wgt
path: tizenbrew-updater/TizenBrewUpdater/release/TizenBrewUpdater-New.wgt
Expand Down

0 comments on commit 1733f93

Please sign in to comment.