Skip to content

Commit

Permalink
Test with existing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Jan 13, 2024
1 parent 6065279 commit 445eccd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-tarball-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ jobs:
name: Build example tarball (Unofficial)
runs-on: ubuntu-latest
steps:
- run: echo ${{ github.repository }}
- uses: actions/checkout@v4

- name: Download release script
run: wget https://raw.githubusercontent.com/DOMjudge/domjudge-scripts/main/make_release.sh

- name: Create release tarball
run: |
sh ./make_release.sh ${{ github.ref_name }}
#sh ./make_release.sh ${{ github.ref_name }}
sh ./make_release.sh 8.2.3
- name: Install our new version dependencies
run: |
Expand All @@ -31,7 +33,8 @@ jobs:
php-zip lsof procps
- name: Unpack the tarball again
run: tar zxvf domjudge-${{ github.ref_name }}.tar.gz
#run: tar zxvf domjudge-${{ github.ref_name }}.tar.gz
run: tar zxvf domjudge-8.2.3.tar.gz

- name: Configure and install in default setting
run: |
Expand Down

0 comments on commit 445eccd

Please sign in to comment.