Skip to content

Commit af58dd0

Browse files
committed
DEBUG: Test create tarball with GRASS env var overriden like when tag is used
1 parent 4ac5fc0 commit af58dd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/create_release_draft.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- name: Test create tarballs
6363
run: |
6464
cd ..
65+
GRASS="grass-8.4.1"
6566
tar -cvf "${OUT_DIR}/${GRASS}.tar" \
6667
--exclude=".gi*" --exclude=".tr*" \
6768
--transform s/grass/"${GRASS}"/ grass

0 commit comments

Comments
 (0)