Skip to content

Commit 0a628e8

Browse files
committed
Remove legacy artifact handling from workflow
1 parent fa160b5 commit 0a628e8

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/publish-release.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,6 @@ jobs:
4242
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
4343
ref: stable
4444

45-
- name: Download the application artifact
46-
uses: actions/download-artifact@v3
47-
with:
48-
name: hyde
49-
path: builds
50-
51-
- name: Download the checksum artifact
52-
uses: actions/download-artifact@v3
53-
with:
54-
name: checksum
55-
path: builds
56-
57-
- name: Download the version number artifact
58-
uses: actions/download-artifact@v3
59-
with:
60-
name: version
61-
6245
- name: Prepare version information
6346
run: |
6447
echo "VERSION=$(php ./bin/get-release-version.php)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)