Skip to content

Commit

Permalink
libpackager.so
Browse files Browse the repository at this point in the history
  • Loading branch information
jedekar committed Nov 20, 2023
1 parent cfd1645 commit 89ab725
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
with:
name: ${{ env.ARTIFACT_NAME }}

# Debug
- name: Display structure of downloaded files
run: ls -la

Expand All @@ -75,7 +76,7 @@ jobs:
with:
allowUpdates: true
replacesArtifacts: true
artifacts: ${{ env.ARTIFACT_NAME }}.zip
artifacts: libpackager.so
token: ${{ secrets.BUILD_TOKEN_EPHEMERAL}}
commit: ${{ env.DEVELOPMENT_BRANCH }}
name: "Nightly Build"
Expand Down

0 comments on commit 89ab725

Please sign in to comment.