Skip to content

Commit

Permalink
Merge branch 'main' into probonopd-fusermountN
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Nov 24, 2024
2 parents 368393d + 03cb7bf commit 5ea92f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get git hash
run: |
Expand Down Expand Up @@ -65,9 +65,9 @@ jobs:
# copy pubkey so that it's included with the files uploaded to the release page
cp signing-pubkey.asc out/
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: artifacts
name: artifacts ${{ matrix.appimage_arch }}
path: out/*

build-in-chroot:
Expand All @@ -85,7 +85,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get git hash
run: |
Expand All @@ -107,7 +107,7 @@ jobs:
- build
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- name: Inspect directory after downloading artifacts
run: ls -alFR
- name: Create release and upload artifacts
Expand All @@ -116,4 +116,4 @@ jobs:
run: |
wget -q https://github.com/TheAssassin/pyuploadtool/releases/download/continuous/pyuploadtool-x86_64.AppImage
chmod +x pyuploadtool-x86_64.AppImage
./pyuploadtool-x86_64.AppImage --appimage-extract-and-run artifacts/*
./pyuploadtool-x86_64.AppImage --appimage-extract-and-run artifacts*/*

0 comments on commit 5ea92f5

Please sign in to comment.