Skip to content

Commit a256b84

Browse files
committed
build: debug
1 parent fc62535 commit a256b84

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/actions/build-linux/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444

4545
- name: Upload binary as artifact
4646
id: upload-artifact
47-
uses: actions/upload-artifact@v3
47+
uses: actions/upload-artifact@v4
4848
with:
4949
name: algokit-explorer-linux-${{ runner.arch }}
5050
path: |

.github/actions/publish-linux-snap/action.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ inputs:
1010
runs:
1111
using: 'composite'
1212
steps:
13+
- name: debug
14+
run: |
15+
ls -R ${{ inputs.artifacts-path }}
16+
shell: bash
17+
1318
- name: unzip artifacts
1419
run: unzip -q ${{ inputs.artifacts-path }}/${{ inputs.linux-artifact-name }}.zip -d linux-artifacts
1520
shell: bash

0 commit comments

Comments
 (0)