Skip to content

Commit

Permalink
Merge branch 'hotfix/0.3.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
huysentruitw committed Sep 28, 2020
2 parents 00c98b4 + 812ffc0 commit f2521f5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,7 @@ jobs:
- name: Create Archive
uses: Amadevus/[email protected]
with:
script: Compress-Archive -Path ./release -DestinationPath ./release/release.zip
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: printit-artifact
path: ./release
script: Compress-Archive -Path ./release/* -DestinationPath ./release/release.zip
- name: Create GitHub Release
id: create_release
uses: actions/[email protected]
Expand Down

0 comments on commit f2521f5

Please sign in to comment.