Skip to content

Commit

Permalink
[APIPUB-33-2] Fix error with download-artifact (#39)
Browse files Browse the repository at this point in the history
* Fix error On Build (NET 8)

Replace Runtime identifier from win10-x64 to win-x64

* [APIPUB-33-2] Fix error with download-artifact

Downgrade version of actions/download-artifact
  • Loading branch information
jleiva-gap authored Feb 23, 2024
1 parent 6da0641 commit d97a857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Get Artifacts
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 #v4.1.1
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a #v3.0.2
with:
name: ${{ env.PACKAGE_NAME }}-NuGet

Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Get Artifact
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 #v4.1.1
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a #v3.0.2
with:
name: ${{ env.PACKAGE_NAME }}-NuGet

Expand Down

0 comments on commit d97a857

Please sign in to comment.