Skip to content

Commit

Permalink
Fix double .zip in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SeekyCt committed Sep 17, 2023
1 parent ca07316 commit 214eac5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
- name: Upload maps
uses: actions/upload-artifact@v3
with:
name: maps-${{matrix.version}}.zip
name: maps-${{matrix.version}}
path: |
out/main.map
out/relF.map
- name: Upload analysis
uses: actions/upload-artifact@v3
with:
name: analysis-${{matrix.version}}.zip
name: analysis-${{matrix.version}}
path: |
build/labels.pickle
build/relocs.pickle
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Upload asm lists
uses: actions/upload-artifact@v3
with:
name: asm-list-${{matrix.version}}.zip
name: asm-list-${{matrix.version}}
path: |
build/main.dol.asml
build/relF.rel.asml
Expand All @@ -56,5 +56,5 @@ jobs:
- name: Upload progrses
uses: actions/upload-artifact@v3
with:
name: progress-${{matrix.version}}.txt
name: progress-${{matrix.version}}
path: build/progress.txt

0 comments on commit 214eac5

Please sign in to comment.