mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:43:03 +01:00
Replace deprecated GitHub Actions' set-output.
This commit is contained in:
parent
0b79547776
commit
72423a2b9b
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -82,7 +82,7 @@ jobs:
|
||||
github.event.head_commit.message == 'increment build number' &&
|
||||
github.ref_name == 'master'
|
||||
run: |
|
||||
echo "::set-output name=snapshot_name::${{ github.ref_name }}"
|
||||
echo "snapshot_name=${{ github.ref_name }}" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Snapshot - delete old assets
|
||||
uses: asfernandes/delete-release-assets@v2
|
||||
@ -229,7 +229,7 @@ jobs:
|
||||
env:
|
||||
PLATFORM: ${{ matrix.platform }}
|
||||
run: |
|
||||
echo ::set-output name=arch_suffix::%PLATFORM%
|
||||
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 ::set-output name=snapshot_name::${{ github.ref_name }}
|
||||
echo "snapshot_name=${{ github.ref_name }}" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Snapshot - delete old assets
|
||||
uses: asfernandes/delete-release-assets@v2
|
||||
@ -448,7 +448,7 @@ jobs:
|
||||
github.event.head_commit.message == 'increment build number' &&
|
||||
github.ref_name == 'master'
|
||||
run: |
|
||||
echo "::set-output name=snapshot_name::${{ github.ref_name }}"
|
||||
echo "snapshot_name=${{ github.ref_name }}" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Snapshot - delete old assets
|
||||
uses: asfernandes/delete-release-assets@v2
|
||||
@ -629,7 +629,7 @@ jobs:
|
||||
github.event.head_commit.message == 'increment build number' &&
|
||||
github.ref_name == 'master'
|
||||
run: |
|
||||
echo "::set-output name=snapshot_name::${{ github.ref_name }}"
|
||||
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