edit 3
This commit is contained in:
parent
723e8d7b6e
commit
2658b5f5bf
1 changed files with 7 additions and 5 deletions
|
|
@ -71,14 +71,16 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Download all artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: artifacts
|
||||
|
||||
- name: Add files to Forgejo Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
# Обрати внимание: теперь тут полная ссылка на GitHub
|
||||
uses: https://github.com/softprops/action-gh-release@v2
|
||||
with:
|
||||
files: |
|
||||
linux-build/factorio-mod-sync-linux
|
||||
windows-build/factorio-mod-sync-windows.exe
|
||||
artifacts/linux-build/factorio-mod-sync-linux
|
||||
artifacts/windows-build/factorio-mod-sync-windows.exe
|
||||
env:
|
||||
# В Forgejo GITHUB_TOKEN автоматически мапится на внутренний токен доступа
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
Loading…
Reference in a new issue