Skip to content

Commit

Permalink
Merge branch 'main' into fix-relative-path-delete
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin authored Sep 4, 2024
2 parents b66b3f0 + 524d3ff commit b6830e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
ARCH: ${{ matrix.ARCH }}
DIST: bionic
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Build AppImage in Docker
run: bash -ex ci/build-in-docker.sh
- name: Archive artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: AppImage build ${{ matrix.ARCH }}
path: |
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
- name: Inspect directory after downloading artifacts
run: ls -alFR
- name: Create release and upload artifacts
Expand Down

0 comments on commit b6830e8

Please sign in to comment.