Skip to content

Commit

Permalink
Fixes for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AdlerSalbei authored Oct 17, 2024
1 parent c31b541 commit 0215a68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id: build

- name: Upload artifact
uses: actions/upload-artifact@1.0.0
uses: actions/upload-artifact@v2
with:
name: 'gruppe_adler_mod'
name: ${{ steps.build.outputs.zip_name }}
path: ${{ steps.build.outputs.zip_path }}

0 comments on commit 0215a68

Please sign in to comment.