mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:43:03 +01:00
Fix https://github.com/FirebirdSQL/snapshots/issues/1 - Windows snapshots are not updated.
This commit is contained in:
parent
60d2ce3f8d
commit
32090b5e2e
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -267,7 +267,7 @@ jobs:
|
||||
github.ref_name == 'master'
|
||||
shell: cmd
|
||||
run: |
|
||||
echo "snapshot_name=${{ github.ref_name }}" >> $GITHUB_OUTPUT
|
||||
echo "snapshot_name=${{ github.ref_name }}" >> %GITHUB_OUTPUT%
|
||||
|
||||
- name: Snapshot - delete old assets
|
||||
uses: asfernandes/delete-release-assets@v2
|
||||
|
Loading…
Reference in New Issue
Block a user