Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dlidstrom committed Sep 8, 2024
1 parent 9a91b56 commit b293177
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: upload new tag artifact
uses: actions/upload-artifact@v4
with:
name: uploads
name: uploads/tag.txt
path: tag.txt
build-linux:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: upload linux artifact
uses: actions/upload-artifact@v4
with:
name: uploads
name: uploads/duplo-linux.zip
path: duplo-linux.zip
build-macos:
runs-on: macos-latest
Expand All @@ -79,7 +79,7 @@ jobs:
- name: upload macos artifact
uses: actions/upload-artifact@v4
with:
name: uploads
name: uploads/duplo-macos.zip
path: duplo-macos.zip
push-docker-image:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b293177

Please sign in to comment.