mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-11 13:13:40 -04:00
verify-release.sh: Put downloads into a gitignored directory
This commit is contained in:
parent
33c99e5bcd
commit
d2790753de
2 changed files with 4 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -60,3 +60,6 @@ VULKAN_SDK/
|
|||
# Version info files
|
||||
GIT-COMMIT
|
||||
GIT-TAG
|
||||
|
||||
# verify-release.sh downloads
|
||||
verify/
|
||||
|
|
@ -44,7 +44,7 @@ IS_DRAFT=$(
|
|||
--jq '.isDraft'
|
||||
)
|
||||
|
||||
WORKDIR="release-${TAG}"
|
||||
WORKDIR="verify/release-${TAG}"
|
||||
|
||||
rm -rf "$WORKDIR"
|
||||
mkdir -p "$WORKDIR"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue