Skip to content

Commit

Permalink
updated path and archive name
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsc committed Mar 4, 2021
1 parent 21078d5 commit c2b73dc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
- name: Archive
working-directory: ${{github.workspace}}/install
shell: bash
run: tar czvf ./ARIX.tgz ./ARIX ./initrd ./vmlinuz
run: tar czvf ./ARIX-aarch64.tgz ./ARIX ./initrd ./vmlinuz

- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: arix-archive
path: ${{github.workspace}}/install/ARIX.tgz
path: ${{github.workspace}}/install/ARIX-aarch64.tgz
retention-days: 5

deploy:
Expand All @@ -73,9 +73,6 @@ jobs:
name: arix-archive
path: ${{github.workspace}}

- name: List
run: ls -la ${{github.workspace}}/

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit c2b73dc

Please sign in to comment.