Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry08 committed Nov 11, 2023
1 parent e8a05eb commit 2cb7095
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,6 @@ jobs:
contents: write

steps:
- name: Download artifacts
uses: actions/download-artifact@v3
with:
name: SoundCloudDownloader
path: SoundCloudDownloader/

- name: Create package
# Change into the artifacts directory to avoid including the directory itself in the zip archive
working-directory: SoundCloudDownloader/
run: zip -r ../SoundCloudDownloader.zip .

- name: Checkout
uses: actions/checkout@v3

Expand All @@ -76,6 +65,17 @@ jobs:
echo "TAG_MESSAGE<<EOF" >> $GITHUB_ENV
echo "$TAG_MESSAGE" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
- name: Download artifacts
uses: actions/download-artifact@v3
with:
name: SoundCloudDownloader
path: SoundCloudDownloader/

- name: Create package
# Change into the artifacts directory to avoid including the directory itself in the zip archive
working-directory: SoundCloudDownloader/
run: zip -r ../SoundCloudDownloader.zip .

- name: Create release
env:
Expand Down

0 comments on commit 2cb7095

Please sign in to comment.