Skip to content

Commit

Permalink
Fix commit hash in about box when building through GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfloogle committed Mar 2, 2024
1 parent 5d48322 commit ffacc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
submodules: true
- name: build Red Viper
run: make release
run: git config --global --add safe.directory $PWD && make release
- uses: actions/upload-artifact@v4
with:
name: red-viper.cia
Expand Down

0 comments on commit ffacc69

Please sign in to comment.