File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 : |
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 }}
You can’t perform that action at this time.
0 commit comments