Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Matte22 committed Feb 22, 2024
1 parent f7cbd35 commit e09db8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-binary-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
./dist/
if-no-files-found: error
- name: Import GPG Public Key
id: import_gpg_public
run: gpg --import ./stigman-watcher-publickey.gpg.asc
run: gpg --import ${{ github.workspace }}/stigman-watcher-publickey.gpg.asc

- name: Get version from package.json
id: package_version
run: echo "PACKAGE_VERSION=$(jq -r '.version' package.json)" >> $GITHUB_ENV
Expand Down

0 comments on commit e09db8a

Please sign in to comment.