We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d05e54 commit a7ee681Copy full SHA for a7ee681
.github/workflows/release-artifacts.yml
@@ -33,16 +33,9 @@ jobs:
33
- name: 📦 pack
34
run: dotnet pack -m:1 -p:version=${GITHUB_REF#refs/*/v}
35
36
- - name: 🔽 gh
37
- run: |
38
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
39
- sudo apt-add-repository https://cli.github.com/packages
40
- sudo apt update
41
- sudo apt install gh
42
-
43
- name: 🔼 artifacts
44
shell: pwsh
45
env:
46
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
run: |
48
- gci .\bin -Recurse -Filter *.nupkg | %{ gh release upload --clobber $env:CURRENT_TAG $_ }
+ gci .\bin -Recurse -Filter *.nupkg | %{ gh release upload --clobber $env:CURRENT_TAG $_ }
0 commit comments