Skip to content

Commit

Permalink
Use 7z for artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaakma committed Dec 11, 2021
1 parent 68a9d17 commit 55f7283
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,28 @@ jobs:
build:
runs-on: ubuntu-latest
steps:

- name: Checkout Code
uses: actions/checkout@v2
with:
fetch-depth: 50

- name: Build Project
run: zip -r JustDropIt.zip "Data Files"

uses: edgarrc/action-7z@v1
with:
args: 7z a JustDropIt.7z "Data Files"

- name: Create Release
uses: notlmn/release-with-changelog@v2
with:
header: '### Changelog'
include-hash: true
include-range: true
token: ${{ secrets.GITHUB_TOKEN }}

- name: Upload to Github
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: JustDropIt.zip
files: JustDropIt.7z

0 comments on commit 55f7283

Please sign in to comment.
  翻译: