mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
git: Move into correct folder to do git operations
This commit is contained in:
4
.github/workflows/nightly_release.yml
vendored
4
.github/workflows/nightly_release.yml
vendored
@@ -70,6 +70,8 @@ jobs:
|
||||
run: |
|
||||
set -e
|
||||
|
||||
cd ImHex
|
||||
|
||||
# Move nightly tag to latest commit
|
||||
git tag -f nightly
|
||||
git push origin nightly --force
|
||||
@@ -86,4 +88,4 @@ jobs:
|
||||
gh release edit nightly --notes-file changelog.md
|
||||
|
||||
# Upload new assets
|
||||
gh release upload nightly *.* --clobber
|
||||
gh release upload nightly ../*.* --clobber
|
||||
Reference in New Issue
Block a user