Skip to content

Commit

Permalink
Fix artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Drommedhar committed Oct 19, 2024
1 parent 549f9c6 commit b5ddcde
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ jobs:
- name: Create the package
run: dotnet publish --configuration Release ${Solution_Name} --self-contained false -p:PublishSingleFile=True -p:PublishReadyToRun=False --output bin\fire\out

- name: Zip Release
uses: vimtor/[email protected]
with:
files: bin\fire\out
recursive: true
dest: release.zip

- name: Get version of the project
id: project-version
uses: 'euberdeveloper/ga-project-version@main'
Expand All @@ -57,8 +50,8 @@ jobs:
id: Artifact
uses: actions/upload-artifact@v4
with:
name: my-artifact
path: release.zip
name: release
path: bin\fire\out

- name: Sign the artifact
id: Signing
Expand Down

0 comments on commit b5ddcde

Please sign in to comment.