Skip to content

Commit

Permalink
fix(ci): Use FullSemVer to store artifact with
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed May 29, 2024
1 parent a291c88 commit 48f4fc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
- name: ⬆️ Upload artifacts
uses: actions/upload-artifact@v4
with:
name: output-${{ env.GitVersion_AssemblySemFileVer }}
name: output-${{ env.GitVersion_FullSemVer }}
path: output/*.*
compression-level: 0 # no compression

- id: set-version
name: Set version to output
run: echo "version=${{env.GitVersion_FullSemVer}}" >> "$Env:GITHUB_OUTPUT"
run: echo "version=${{ env.GitVersion_FullSemVer }}" >> "$Env:GITHUB_OUTPUT"

0 comments on commit 48f4fc8

Please sign in to comment.