Skip to content

Commit

Permalink
Merge pull request #91 from availproject/ghali/fix-ci
Browse files Browse the repository at this point in the history
fix ci
  • Loading branch information
Leouarz authored Sep 9, 2024
2 parents 9927c74 + 4b546e4 commit 4faaa54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build_explorer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: build avail explorer via yarn
shell: bash
run: |
Expand All @@ -19,7 +19,7 @@ jobs:
pushd /home/runner/work/avail-apps/avail-apps/packages/apps/
tar czf avail-explorer.tar.gz build/
popd
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: avail-explorer
path: /home/runner/work/avail-apps/avail-apps/packages/apps/avail-explorer.tar.gz
Expand Down

0 comments on commit 4faaa54

Please sign in to comment.