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 fc62535 commit a256b84Copy full SHA for a256b84
.github/actions/build-linux/action.yaml
@@ -44,7 +44,7 @@ runs:
44
45
- name: Upload binary as artifact
46
id: upload-artifact
47
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
48
with:
49
name: algokit-explorer-linux-${{ runner.arch }}
50
path: |
.github/actions/publish-linux-snap/action.yaml
@@ -10,6 +10,11 @@ inputs:
10
runs:
11
using: 'composite'
12
steps:
13
+ - name: debug
14
+ run: |
15
+ ls -R ${{ inputs.artifacts-path }}
16
+ shell: bash
17
+
18
- name: unzip artifacts
19
run: unzip -q ${{ inputs.artifacts-path }}/${{ inputs.linux-artifact-name }}.zip -d linux-artifacts
20
shell: bash
0 commit comments