Skip to content

Commit 7ea8c75

Browse files
committed
Fix download
1 parent 30fb798 commit 7ea8c75

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

.github/workflows/autoconf-check.yml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,7 @@ jobs:
2727
with:
2828
compression-level: 0
2929
name: test-tarball
30-
path: /__w/domjudge/release.tar.gz
31-
32-
- name: Trigger fedora testing
33-
#if: ${{ github.event_name != 'merge_group' }}
34-
run: |
35-
curl -X POST \
36-
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
37-
-H "Accept: application/vnd.github+json" \
38-
https://api.github.com/repos/domjudge/domjudge/actions/workflows/autoconf-check-different-distro.yml/dispatches \
39-
-d '{"ref":"main"}'
30+
path: ../release.tar.gz
4031

4132
debian-family:
4233
needs: build
@@ -63,13 +54,15 @@ jobs:
6354
- name: Download Artifact
6455
uses: actions/download-artifact@v4
6556
with:
66-
name: release.tar.gz
57+
name: test-tarball
6758
- name: Install git so we get the .github directory
6859
run: |
6960
apt-get update
7061
apt-get install -y git
7162
- name: Unpack the "Release" tarball
72-
run: tar xvf release.tar.gz
63+
run: |
64+
ls -atrl
65+
tar xvf release.tar.gz
7366
- name: Setup image and run bats tests
7467
working-directory: domjudge
7568
run: .github/jobs/configure-checks/setup_configure_image.sh
@@ -87,7 +80,7 @@ jobs:
8780
- name: Download Artifact
8881
uses: actions/download-artifact@v4
8982
with:
90-
name: release.tar.gz
83+
name: test-tarball
9184
- name: Install git so we get the .github directory
9285
run: dnf install -y git
9386
- name: Unpack the "Release" tarball

0 commit comments

Comments
 (0)