We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1ec11 commit c39ec5aCopy full SHA for c39ec5a
.github/workflows/build-tarball.yml
@@ -15,6 +15,7 @@ jobs:
15
./get-gauche.sh --prefix /usr --destdir package --version latest --force
16
(cd package; tar czvf ../gauche-binary-ubuntu-latest.tar.gz .)
17
- name: "Get upload url"
18
+ run: |
19
upload_url=$(curl -sL https://api.github.com/repos/actions/checkout/releases/latest | jq -r '.upload_url')
20
echo UPLOAD_URL=$upload_url >> $GITHUB_ENV
21
- uses: actions/upload-release-asset@v1
0 commit comments