Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mriedmann authored Nov 3, 2024
1 parent bd142fa commit e71c304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
.
docker save "ghcr.io/${GITHUB_REPOSITORY_OWNER}/humhub:${GITHUB_REF_NAME_SLUG}-${HUMHUB_VERSION}-base" | gzip > build-${{ matrix.version }}.tar.gz
- name: Upload image archive
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.4.3
with:
name: build-${{ matrix.version }}
path: build-${{ matrix.version }}.tar.gz
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
.
docker save "ghcr.io/${GITHUB_REPOSITORY_OWNER}/humhub:${GITHUB_REF_NAME_SLUG}-${HUMHUB_VERSION}-${{ matrix.target }}" | gzip > "build-${{ matrix.version }}-${{ matrix.target }}.tar.gz"
- name: Upload image archive
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.4.3
with:
name: build-${{ matrix.version }}-${{ matrix.target }}
path: build-${{ matrix.version }}-${{ matrix.target }}.tar.gz
Expand Down

0 comments on commit e71c304

Please sign in to comment.