Skip to content

Commit 2cb7095

Browse files
committed
Update workflow
1 parent e8a05eb commit 2cb7095

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,6 @@ jobs:
4747
contents: write
4848

4949
steps:
50-
- name: Download artifacts
51-
uses: actions/download-artifact@v3
52-
with:
53-
name: SoundCloudDownloader
54-
path: SoundCloudDownloader/
55-
56-
- name: Create package
57-
# Change into the artifacts directory to avoid including the directory itself in the zip archive
58-
working-directory: SoundCloudDownloader/
59-
run: zip -r ../SoundCloudDownloader.zip .
60-
6150
- name: Checkout
6251
uses: actions/checkout@v3
6352

@@ -76,6 +65,17 @@ jobs:
7665
echo "TAG_MESSAGE<<EOF" >> $GITHUB_ENV
7766
echo "$TAG_MESSAGE" >> $GITHUB_ENV
7867
echo "EOF" >> $GITHUB_ENV
68+
69+
- name: Download artifacts
70+
uses: actions/download-artifact@v3
71+
with:
72+
name: SoundCloudDownloader
73+
path: SoundCloudDownloader/
74+
75+
- name: Create package
76+
# Change into the artifacts directory to avoid including the directory itself in the zip archive
77+
working-directory: SoundCloudDownloader/
78+
run: zip -r ../SoundCloudDownloader.zip .
7979

8080
- name: Create release
8181
env:

0 commit comments

Comments
 (0)