Skip to content

Commit 9bd7829

Browse files
committed
Trying to get my new workflow to work, damnit.
1 parent f5f12d9 commit 9bd7829

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/0.7-alphas.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Create artifacts directory
2626
run: mkdir artifacts
2727

28+
- name: Checkout repo
29+
uses: actions/checkout@v2
30+
2831
- name: Get the release version from configure.ac
2932
if: env.RELEASE_VERSION == ''
3033
run: |
@@ -66,9 +69,6 @@ jobs:
6669
needs: ['create-release']
6770
runs-on: ubuntu-latest
6871
steps:
69-
- name: Checkout repo
70-
uses: actions/checkout@v2
71-
7272
- name: Get release download URL
7373
uses: actions/download-artifact@v1
7474
with:

0 commit comments

Comments
 (0)