mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-04-29 23:27:51 +02:00
chore: use correct dir for temp repo
This commit is contained in:
@@ -274,9 +274,11 @@ jobs:
|
||||
|
||||
# Delete existing rolling nightly release and tag
|
||||
gh release delete nightly --yes 2>/dev/null || true
|
||||
cd "$GITHUB_WORKSPACE"
|
||||
git push --delete origin nightly 2>/dev/null || true
|
||||
|
||||
# Create new rolling nightly release with all assets
|
||||
cd /tmp/nightly-assets
|
||||
gh release create nightly \
|
||||
Donut_nightly_* \
|
||||
Donut_aarch64.app.tar.gz \
|
||||
|
||||
Reference in New Issue
Block a user