Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
Final setup of Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
FokaStudio committed Sep 10, 2021
1 parent 0dc90e1 commit 2223030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
with:
type: 'zip'
filename: 'pack.zip'
exclusions: '*.md* /*index.html*'
exclusions: '*.md* /*index.html*/*.git*/*.github*'
- name: Upload Release
uses: ncipollo/release-action@v1
with:
artifacts: "pack.zip"
tag: resource-pack-${{ env.commitmsg }}
tag: rp-${{ env.commitmsg }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2223030

Please sign in to comment.