Skip to content

Commit

Permalink
update folder names
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed May 8, 2024
1 parent 99884e1 commit 517594d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/createrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
name: Upload Release Asset
name: Upload Release Tarball
runs-on: ubuntu-latest
permissions:
contents: write
Expand All @@ -20,7 +20,7 @@ jobs:
# This builds the release tarball, stripped of unneccessary things
run: |
mkdir artifacts
tar --exclude="test" --exclude="DEPRECATED" --exclude="artifacts" --exclude=".git" --exclude=".github" -zcvf artifacts/harpy.${{ github.ref_name }}.tar.gz .
tar --exclude="test" --exclude=".deprecated" --exclude="artifacts" --exclude=".git" --exclude=".github" -zcvf artifacts/harpy.${{ github.ref_name }}.tar.gz .
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 517594d

Please sign in to comment.