mirror of
https://github.com/isledecomp/SIEdit.git
synced 2025-04-22 01:23:32 -04:00
ci: try to fix deprecated workflow
This commit is contained in:
parent
cdd0e19528
commit
a3e292cedf
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
|||
windeployqt si-edit.exe libweaver.dll
|
||||
|
||||
- name: Upload Build Artifact
|
||||
uses: actions/upload-artifact@v2.2.1
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path:
|
||||
deploy
|
||||
|
@ -68,7 +68,7 @@ jobs:
|
|||
if: github.event_name == 'push'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
TRAVIS_REPO_SLUG: itsmattkc/siedit
|
||||
TRAVIS_REPO_SLUG: isledecomp/siedit
|
||||
TRAVIS_COMMIT: ${{ github.sha }}
|
||||
run: |
|
||||
cd deploy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue