Skip to content

Commit 88cfc35

Browse files
committed
revert re-org
1 parent 8c567f1 commit 88cfc35

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

.github/workflows/autobuild.yml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
strategy:
2222
matrix:
2323
target-platform: [ATARI, ATARI-esp32-s3-wroom-1-n16r8, ADAM, APPLE, IEC-LOLIN-D32, IEC-NUGGET, COCO]
24-
permissions:
25-
contents: write # for commenting on your commit
26-
pull-requests: write # for commenting on your pr
2724

2825
steps:
2926
- name: Checkout Source
@@ -84,8 +81,15 @@ jobs:
8481
path: ./firmware/*.zip
8582
compression-level: 0
8683

87-
- name: Artifact Link
88-
if: ${{ github.event_name == 'pull_request' }}
89-
uses: beni69/artifact-link@v1
90-
with:
91-
token: ${{ github.token }}
84+
link:
85+
if: ${{ github.event_name == 'pull_request' }}
86+
needs: tagged-release
87+
runs-on: ubuntu-latest
88+
89+
permissions:
90+
contents: write # for commenting on your commit
91+
pull-requests: write # for commenting on your pr
92+
steps:
93+
- uses: beni69/artifact-link@v1
94+
with:
95+
token: ${{ github.token }}

0 commit comments

Comments
 (0)