Skip to content

Commit

Permalink
chore(ci): display forge
Browse files Browse the repository at this point in the history
  • Loading branch information
defclass committed Feb 2, 2021
1 parent e100f64 commit 652c65d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-desktop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
sed -i 's/my-fake-apple-id-password/${{ secrets.APPLE_ID_PASSWORD }}/g' ./forge.config.js
working-directory: ./static

- name: Display Package.json
run: cat ./forge.config.js
working-directory: ./static

- name: Display Package.json
run: cat ./package.json
working-directory: ./static
Expand Down

0 comments on commit 652c65d

Please sign in to comment.