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 152904d commit 48d94b0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ jobs:
cp -r ./src/. ./build/source/
cp README.md ./build/source/
cp LICENSE ./build/source/
- name: Create Build Archive for Tests
run: |
mkdir /tmp/builds/ && zip -rq /tmp/builds/Serviceproxmox.zip ./build/source/
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -142,6 +144,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
name: Serviceproxmox.zip
path: ./build/source/*
if-no-files-found: error
asset_path: /tmp/builds/Serviceproxmox.zip
asset_name: Serviceproxmox.zip
asset_content_type: application/zip

0 comments on commit 48d94b0

Please sign in to comment.