Skip to content

Commit 1741bab

Browse files
BugFix release_publish.yml
1 parent f367000 commit 1741bab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release_publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
base_name=$(basename $jar_file)
5858
cp target/scala-${{ matrix.scalaShort }}/dataset-comparison-*.jar staging/scala-${{ matrix.scalaShort }}$base_name
5959
echo "artifact_name=scala-${{ matrix.scalaShort }}-$base_name" >> $GITHUB_ENV
60+
ls -lh staging
6061
6162
- name: Info on publish
6263
run: |
@@ -65,6 +66,6 @@ jobs:
6566
echo "In repo: ${{ github.repository }}"
6667
6768
- name: Upload JAR file to GitHub Release
68-
run: gh release upload ${{ github.event.release.tag_name }} bigfiles/staging --repo ${{ github.repository }}
69+
run: gh release upload ${{ github.event.release.tag_name }} bigfiles/staging/* --repo ${{ github.repository }}
6970
env:
70-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)