Skip to content

Commit

Permalink
Fixed Build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Schläpfer committed Sep 30, 2023
1 parent 08e0ca0 commit 4dd79b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
cp LICENSE ./build/source/
- name: Create Build Archive for Tests
run: |
mkdir /tmp/builds/ && cd /tmp/builds/ && zip -rq /tmp/builds/Serviceproxmox.zip .
mkdir /tmp/builds/ && cd ./build/source/ && zip -rq /tmp/builds/Serviceproxmox.zip .
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 4dd79b6

Please sign in to comment.