Skip to content

Commit

Permalink
Testing to create a release file
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldelaparra committed Apr 2, 2024
1 parent aa0e380 commit 28bc3ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publishNuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
echo $TAG_NAME
id: version

- name: Create Tag
uses: rickstaa/[email protected]
with:
tag: v${{ steps.version.outputs.TAG_NAME }}
# - name: Create Tag
# uses: rickstaa/[email protected]
# with:
# tag: v${{ steps.version.outputs.TAG_NAME }}

- name: Pack Project
run: |
Expand All @@ -52,7 +52,7 @@ jobs:
7z a -tzip "${release_name}.zip" "./${release_name}/*"
- name: Publish
uses: softprops/action-gh-release@v2
uses: actions/upload-artifact@v4
with:
files: "${release_name}.zip"
env:
Expand Down

0 comments on commit 28bc3ee

Please sign in to comment.