File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 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
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 :
You can’t perform that action at this time.
0 commit comments