File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 20
20
- name : Create zip archive
21
21
working-directory : ./src/win/target/release
22
22
run : powershell Compress-Archive -Path y_nes_win.exe,SDL2.dll -DestinationPath yNES-windows-${{github.ref_name}}.zip
23
- - name : Upload build artifact
24
-
25
- with :
26
- path : ./src/win/target/release/yNES-windows-${{github.ref_name}}.zip
27
- # The desired behavior if no files are found using the provided path.
28
- if-no-files-found : error
29
23
- name : Get the upload URL for a release
30
24
id : get_release
31
25
uses :
bruceadams/[email protected]
37
31
GITHUB_TOKEN : ${{ github.token }}
38
32
with :
39
33
upload_url : ${{ steps.get_release.outputs.upload_url }}
40
- asset_path : ./src/win/target/release/yNES-windows-build- ${{github.ref_name}}.zip
34
+ asset_path : ./src/win/target/release/yNES-windows-${{github.ref_name}}.zip
41
35
asset_name : yNES-windows-build-${{github.ref_name}}.zip
42
36
asset_content_type : application/zip
43
37
You can’t perform that action at this time.
0 commit comments