mirror of
https://github.com/AGWA/git-crypt.git
synced 2025-12-12 15:49:32 -08:00
4
.github/workflows/release-linux.yml
vendored
4
.github/workflows/release-linux.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
- name: Build binary
|
||||
run: make
|
||||
- name: Upload release artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: git-crypt-artifacts
|
||||
path: git-crypt
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Download release artifact
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: git-crypt-artifacts
|
||||
- name: Upload release asset
|
||||
|
||||
4
.github/workflows/release-windows.yml
vendored
4
.github/workflows/release-windows.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
shell: msys2 {0}
|
||||
run: make LDFLAGS="-static-libstdc++ -static -lcrypto -lws2_32"
|
||||
- name: Upload release artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: git-crypt-artifacts
|
||||
path: git-crypt.exe
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Download release artifact
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: git-crypt-artifacts
|
||||
- name: Upload release asset
|
||||
|
||||
Reference in New Issue
Block a user