Skip to content

Commit

Permalink
rename from AspireUpdate to aspire-update (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
afragen authored Nov 5, 2024
1 parent 1529cfb commit 219b20c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: echo "tag=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT

- name: Build project
run: git archive -o /tmp/AspireUpdate-${{ steps.tag.outputs.tag }}.zip --prefix=AspireUpdate/ ${{ steps.tag.outputs.tag }}
run: git archive -o /tmp/aspire-update-${{ steps.tag.outputs.tag }}.zip --prefix=aspire-update/ ${{ steps.tag.outputs.tag }}

- name: Create Release
id: create_release
Expand All @@ -38,6 +38,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: /tmp/AspireUpdate-${{ steps.tag.outputs.tag }}.zip
asset_name: AspireUpdate-${{ steps.tag.outputs.tag }}.zip
asset_path: /tmp/aspire-update-${{ steps.tag.outputs.tag }}.zip
asset_name: aspire-update-${{ steps.tag.outputs.tag }}.zip
asset_content_type: application/zip

0 comments on commit 219b20c

Please sign in to comment.