mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:03:03 +01:00
Postfix for FirebirdSQL/snapshots#1 - Windows snapshots are not updated.
This commit is contained in:
parent
c33c601d14
commit
2d4f0d03a3
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -229,7 +229,7 @@ jobs:
|
||||
env:
|
||||
PLATFORM: ${{ matrix.platform }}
|
||||
run: |
|
||||
echo "arch_suffix=%PLATFORM%" >> %GITHUB_OUTPUT%
|
||||
echo arch_suffix=%PLATFORM% >> %GITHUB_OUTPUT%
|
||||
mkdir builds\install_images
|
||||
cd builds\docker\windows
|
||||
call build.bat
|
||||
@ -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