1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-16 09:29:32 +00:00

artifact upload should not end with .zip as it is appended automatically

fixes ".zip.zip" artifact filenames
This commit is contained in:
bbbradsmith 2023-05-05 11:00:06 -04:00
parent 0cad5bef81
commit 8f356f5093

View File

@ -88,12 +88,12 @@ jobs:
- name: Upload a 32-bit Snapshot Zip
uses: actions/upload-artifact@v3
with:
name: cc65-snapshot-win32.zip
name: cc65-snapshot-win32
path: cc65-snapshot-win32.zip
- name: Upload a 64-bit Snapshot Zip
uses: actions/upload-artifact@v3
with:
name: cc65-snapshot-win64.zip
name: cc65-snapshot-win64
path: cc65-snapshot-win64.zip
- name: Get the online documents repo.
@ -123,7 +123,7 @@ jobs:
- name: Upload a Documents Snapshot Zip
uses: actions/upload-artifact@v3
with:
name: cc65-snapshot-docs.zip
name: cc65-snapshot-docs
path: cc65-snapshot-docs.zip
# enter secrets under "repository secrets"