Skip to content

Commit cc239be

Browse files
author
Grok Compression
committed
CI: rename source package
1 parent 878a0e1 commit cc239be

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
run: |
2929
TAG="${GITHUB_REF#refs/tags/}"
3030
echo "TAG=$TAG" >> $GITHUB_ENV
31-
git-archive-all --prefix="grok-${TAG}/" "grok-source-full.tar.gz"
32-
git-archive-all --prefix="grok-${TAG}/" "grok-source-full.zip"
31+
git-archive-all --prefix="grok-${TAG}/" "source-full.tar.gz"
32+
git-archive-all --prefix="grok-${TAG}/" "source-full.zip"
3333
3434
- name: Upload source archives to release
3535
uses: softprops/action-gh-release@v1
3636
with:
3737
files: |
38-
grok-source-full.tar.gz
39-
grok-source-full.zip
38+
source-full.tar.gz
39+
source-full.zip
4040
4141
build:
4242
strategy:

0 commit comments

Comments
 (0)