We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878a0e1 commit cc239beCopy full SHA for cc239be
1 file changed
.github/workflows/build.yml
@@ -28,15 +28,15 @@ jobs:
28
run: |
29
TAG="${GITHUB_REF#refs/tags/}"
30
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"
+ git-archive-all --prefix="grok-${TAG}/" "source-full.tar.gz"
+ git-archive-all --prefix="grok-${TAG}/" "source-full.zip"
33
34
- name: Upload source archives to release
35
uses: softprops/action-gh-release@v1
36
with:
37
files: |
38
- grok-source-full.tar.gz
39
- grok-source-full.zip
+ source-full.tar.gz
+ source-full.zip
40
41
build:
42
strategy:
0 commit comments