mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:43:03 +01:00
Use new default branch for actions/upload-artifact.
This commit is contained in:
parent
50790c5923
commit
a632f72a50
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -120,28 +120,28 @@ jobs:
|
||||
|
||||
- name: Upload (Linux)
|
||||
if: matrix.os == 'ubuntu-20.04'
|
||||
uses: actions/upload-artifact@master
|
||||
uses: actions/upload-artifact@main
|
||||
with:
|
||||
name: firebird-linux-${{ matrix.platform }}
|
||||
path: gen/Firebird-[0-9]*.tar.gz
|
||||
|
||||
- name: Upload (MacOS)
|
||||
if: matrix.os == 'macOS-latest'
|
||||
uses: actions/upload-artifact@master
|
||||
uses: actions/upload-artifact@main
|
||||
with:
|
||||
name: firebird-macos
|
||||
path: gen/artifacts
|
||||
|
||||
- name: Upload (Windows x64)
|
||||
if: matrix.os == 'windows-2016' && matrix.platform == 'x64'
|
||||
uses: actions/upload-artifact@master
|
||||
uses: actions/upload-artifact@main
|
||||
with:
|
||||
name: firebird-windows-x64
|
||||
path: output_x64
|
||||
|
||||
- name: Upload (Windows x86)
|
||||
if: matrix.os == 'windows-2016' && matrix.platform == 'x86'
|
||||
uses: actions/upload-artifact@master
|
||||
uses: actions/upload-artifact@main
|
||||
with:
|
||||
name: firebird-windows-x86
|
||||
path: output_win32
|
||||
|
Loading…
Reference in New Issue
Block a user