mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
GitHub Actions: fix several errors in previous commits
I have no excuse. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2aac551089
commit
d4ce793540
4 changed files with 9 additions and 9 deletions
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
|||
grep "Built target installer" build.log
|
||||
|
||||
- name: create CI release
|
||||
if: github.event_name == 'pull_request'
|
||||
if: github.event_name == 'push'
|
||||
uses: ./.github/actions/release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
@ -54,7 +54,7 @@ jobs:
|
|||
BIN5: ./smtk2ssrf.exe
|
||||
|
||||
- name: copy to transfer.sh
|
||||
if: github.event_name == 'push'
|
||||
if: github.event_name == 'pull_request'
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y curl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue