Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sandre58 committed May 6, 2024
1 parent 49b591d commit 23cc75a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:

# Zip application files
- name: Zip artifact for deployment
run: zip Artifacts/IconCreator.zip IconCreator/** -r
run: zip IconCreator.zip IconCreator/** -r

# Get release labels
- name: Define release parameters
Expand All @@ -136,7 +136,7 @@ jobs:
- uses: ncipollo/release-action@main # https://github.com/marketplace/actions/create-release
name: Create Release
with:
artifacts: "Artifacts/*.zip"
artifacts: "IconCreator.zip"
artifactErrorsFailBuild: true
draft: true
generateReleaseNotes: false
Expand Down

0 comments on commit 23cc75a

Please sign in to comment.