Skip to content

Commit

Permalink
renamed emu68 zip to emu68-raspi
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsc committed Mar 5, 2021
1 parent ed7b713 commit 22823cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ jobs:
- name: Archive
working-directory: ${{runner.workspace}}/install
shell: bash
run: zip -r ./Emu68.zip .
run: zip -r ./Emu68-raspi.zip .

- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: emu68-archive
path: ${{runner.workspace}}/install/Emu68.zip
path: ${{runner.workspace}}/install/Emu68-raspi.zip
retention-days: 5

deploy:
Expand Down

0 comments on commit 22823cc

Please sign in to comment.