Skip to content

Commit

Permalink
build update
Browse files Browse the repository at this point in the history
* fix zip in a zip archive
  • Loading branch information
deniszholob committed Jul 4, 2022
1 parent 620fa10 commit a712386
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@ jobs:
run: |
echo "RELEASE_VERSION=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
- name: Archive Package
uses: actions/upload-artifact@v2
with:
path: src/
name: dddgamer-softmod-pack-${{env.RELEASE_VERSION}}.zip

- name: Zip Release
uses: papeloto/action-zip@v1
with:
files: src/
dest: dist/dddgamer-softmod-pack-${{env.RELEASE_VERSION}}.zip

- name: Archive Package
uses: actions/upload-artifact@v2
with:
name: dddgamer-softmod-pack-${{env.RELEASE_VERSION}}.zip
path: dist/dddgamer-softmod-pack-${{env.RELEASE_VERSION}}.zip

# ====================================================================== #
- name: Create Release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit a712386

Please sign in to comment.