Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Flanisch authored Jan 24, 2024
1 parent 8d59a14 commit c0e114d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Create Zip Release
on: push
name: Create Zip Release On Tag Push
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -10,7 +13,7 @@ jobs:
uses: thedoctor0/[email protected]
with:
type: 'zip'
filename: 'release.zip'
filename: 'Scuffed-GTNH-Dark ${{ github.ref }}.zip'
exclusions: >
*.git*
*.psd
Expand Down Expand Up @@ -40,6 +43,5 @@ jobs:
- name: Upload Release
uses: ncipollo/[email protected]
with:
artifacts: "release.zip"
artifacts: "Scuffed-GTNH-Dark ${{ github.ref }}.zip"
token: ${{ secrets.GITHUB_TOKEN }}
commit: "release-testing"

0 comments on commit c0e114d

Please sign in to comment.