Skip to content

Commit

Permalink
fix: its over (finally)
Browse files Browse the repository at this point in the history
  • Loading branch information
reisxd committed Feb 28, 2024
1 parent 9609410 commit fafb869
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 @@ -64,11 +64,11 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: app-${{ github.sha }}.wgt
path: tizenbrew-app/TizenBrew/release/TizenBrew.wgt
path: tizenbrew-app/TizenBrew/release/TizenBrewStandalone.wgt

- name: Release Build Result
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ env.RELEASE_VERSION }}
files: |
tizenbrew-app/TizenBrew/release/TizenBrew.wgt
tizenbrew-app/TizenBrew/release/TizenBrewStandalone.wgt

0 comments on commit fafb869

Please sign in to comment.