Skip to content

Commit 2b2e4fc

Browse files
committed
Working version
1 parent 36d9a4e commit 2b2e4fc

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

.github/workflows/build-tarball.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
trigger-tester:
77
runs-on: ubuntu-latest
88
steps:
9+
- uses: actions/checkout@v3
910
- name: "Install tools"
1011
run: sudo apt-get install -y libgdbm-dev libmbedtls-dev
1112
- name: "Build"
@@ -14,3 +15,8 @@ jobs:
1415
chmod +x get-gauche.sh
1516
./get-gauche.sh --prefix /usr --destdir package --version latest --force
1617
(cd package; tar czvf ../gauche-binary-ubuntu-latest.tar.gz .)
18+
- name: "Upload"
19+
run: |
20+
gh release upload v1 gauche-binary-ubuntu-latest.tar.gz --clobber
21+
env:
22+
GITHUB_TOKEN: ${{ github.TOKEN }}

build-binary-tarball.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)