Skip to content

Commit

Permalink
fix: fix action again
Browse files Browse the repository at this point in the history
  • Loading branch information
reisxd committed Feb 28, 2024
1 parent 7c02a98 commit 55b42b7
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 @@ -34,7 +34,7 @@ jobs:
- name: Install Tizen-Studio
run: |
chmod +x tizen-installer
./tizen-installer --accept-license
./tizen-installer --accept-license "~/tizen-studio"
rm ./tizen-installer
echo 'export PATH=$PATH:~/tizen-studio/tools/ide/bin' >> .bashrc
Expand Down Expand Up @@ -69,6 +69,6 @@ jobs:
- name: Release Build Result
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.date.outputs.date }}
tag_name: ${{ env.RELEASE_VERSION }}
files: |
tizenbrew-app/TizenBrew/release/TizenBrew.wgt

0 comments on commit 55b42b7

Please sign in to comment.