8
0
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:
Adriano dos Santos Fernandes 2022-11-05 15:24:32 -03:00 committed by GitHub
parent c33c601d14
commit 2d4f0d03a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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