Skip to content

Commit

Permalink
fix: test actions
Browse files Browse the repository at this point in the history
  • Loading branch information
reisxd committed Jun 27, 2024
1 parent 3069420 commit a97db75
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-new-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ jobs:
./tizen-installer --accept-license "${GITHUB_WORKSPACE}/tizen-studio"
rm ./tizen-installer
echo 'export PATH=$PATH:${GITHUB_WORKSPACE}/tizen-studio/tools/ide/bin' >> .bashrc
- name: Test
run: |
whereis base64
- name: Prepare Tizen Certificate
run: |
${{ secrets.TIZEN_AUTHOR_KEY }} | base64 -d > "${GITHUB_WORKSPACE}/tizen-studio-data/keystore/author/tizenbrew-author.p12"
Expand Down

0 comments on commit a97db75

Please sign in to comment.