Skip to content

Commit

Permalink
Add tag and debug output to nightly server build
Browse files Browse the repository at this point in the history
  • Loading branch information
CorruptComputer committed Nov 9, 2024
1 parent bd376f7 commit 3789f42
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/nightly-build-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ jobs:
dotnet deb --configuration Release --version-suffix ${{ github.run_id }} --output ../../publish-background-service/
dotnet rpm --configuration Release --version-suffix ${{ github.run_id }} --output ../../publish-background-service/
cd ../..
- name: test
run: |
ls -la
cd publish-background-service/
ls -la
cd ../publish-api/
ls -la
- name: Upload API DEB Build Artifact
uses: ncipollo/release-action@v1
Expand All @@ -66,6 +74,7 @@ jobs:
updateOnlyUnreleased: true
body: Nightly release of server artifacts
name: Nightly Server Release
tag: 'nightly'
prerelease: true
replacesArtifacts: true
artifacts: '~/publish-api/*.deb,~/publish-api/*.rpm,~/publish-background-service/*.deb,~/publish-background-service/*.rpm'

0 comments on commit 3789f42

Please sign in to comment.