Skip to content

Commit

Permalink
Upload path directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Rearth authored Oct 19, 2023
1 parent d6526d9 commit 74c89b1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: vimtor/action-zip@v1.1
with:
files: ./
dest: result.zip
- name: Archive result artifacts
uses: actions/upload-artifact@v3
with:
name: origen-build-${{ github.sha }}.zip
path: result.zip
path: ./

0 comments on commit 74c89b1

Please sign in to comment.