We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e09bf1 + f4031f4 commit 0e3a04cCopy full SHA for 0e3a04c
.github/workflows/container.yaml
@@ -44,7 +44,7 @@ jobs:
44
args: build --rm-dist --skip-validate --snapshot --debug
45
46
- name: Archive generated artifacts
47
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
48
with:
49
name: pyrra-dist-binaries
50
if-no-files-found: error
.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
52
53
54
0 commit comments