Skip to content

Commit c39ec5a

Browse files
committed
fix
1 parent 7a1ec11 commit c39ec5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-tarball.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
./get-gauche.sh --prefix /usr --destdir package --version latest --force
1616
(cd package; tar czvf ../gauche-binary-ubuntu-latest.tar.gz .)
1717
- name: "Get upload url"
18+
run: |
1819
upload_url=$(curl -sL https://api.github.com/repos/actions/checkout/releases/latest | jq -r '.upload_url')
1920
echo UPLOAD_URL=$upload_url >> $GITHUB_ENV
2021
- uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)