Action fixes

This commit is contained in:
JHubi1 2024-06-18 13:55:13 +02:00
parent 00b0705038
commit 8f00cb8989
No known key found for this signature in database
GPG Key ID: 7BF82570CBBBD050
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ jobs:
with:
merge-multiple: true
- name: Generating timestamp
run: echo "timestamp=$EPOCHSECONDS"$'\n\norigin={{ github.repository }}\nhost={{ github.server_url }}\nowner={{ github.repository_owner }}\n\nworkflow={{ github.workflow }}\nrun_id={{ github.run_id }}\nrun_number={{ github.run_number }}' > manifest.yaml
run: echo "timestamp=$EPOCHSECONDS"$'\n\norigin=${{ github.repository }}\nhost=${{ github.server_url }}\nowner=${{ github.repository_owner }}\n\nworkflow=${{ github.workflow }}\nrun_id=${{ github.run_id }}\nrun_number=${{ github.run_number }}' > manifest.yaml
- name: Bundling files
uses: actions/upload-artifact@v4
with: