Commit 62eb8be 1 parent a7154f5 commit 62eb8be Copy full SHA for 62eb8be
File tree 1 file changed +2
-17
lines changed
1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -30,28 +30,13 @@ jobs:
30
30
run : |
31
31
pyinstaller hathitrustdownloader/cli.py --name downloader
32
32
33
- - name : ZIP the Windows release artifacts
34
- run : Compress-Archive -Path dist/downloader downloader.zip
35
-
36
- - name : Create Release
37
- id : create_release
38
- uses : actions/create-release@v1
39
- env :
40
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
41
- with :
42
- tag_name : ${{ github.ref }}
43
- release_name : Release ${{ github.ref }}
44
- draft : false
45
- prerelease : ${{ contains(github.ref, '-rc') }}
46
-
47
33
- name : Get the version
48
34
id : get_version
49
35
run : echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
50
36
shell : bash
51
37
52
- - name : Rename release file
53
- run : mv downloader.zip downloader_${{ steps.get_version.outputs.VERSION }}_win.zip
54
- shell : bash
38
+ - name : ZIP the Windows release artifacts
39
+ run : Compress-Archive -Path dist/downloader downloader_${{ steps.get_version.outputs.VERSION }}_win.zip
55
40
56
41
- name : Release
57
42
uses : softprops/action-gh-release@v1
You can’t perform that action at this time.
0 commit comments