Skip to content

Commit fa612b9

Browse files
authored
Update build.yml
1 parent 1557d8d commit fa612b9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ jobs:
2020
- name: Create zip archive
2121
working-directory: ./src/win/target/release
2222
run: powershell Compress-Archive -Path y_nes_win.exe,SDL2.dll -DestinationPath yNES-windows-${{github.ref_name}}.zip
23-
- name: Upload build artifact
24-
uses: actions/[email protected]
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
2923
- name: Get the upload URL for a release
3024
id: get_release
3125
uses: bruceadams/[email protected]
@@ -37,7 +31,7 @@ jobs:
3731
GITHUB_TOKEN: ${{ github.token }}
3832
with:
3933
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
4135
asset_name: yNES-windows-build-${{github.ref_name}}.zip
4236
asset_content_type: application/zip
4337

0 commit comments

Comments
 (0)