mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-14 12:55:07 +00:00
Update test.yml
This commit is contained in:
parent
26d4aef81a
commit
8c1c90eb65
32
.github/workflows/test.yml
vendored
32
.github/workflows/test.yml
vendored
@ -49,19 +49,19 @@ jobs:
|
||||
name: artifacts
|
||||
path: "${{ join(fromJSON(steps.tauri_build.outputs.artifacts), '\n') }}"
|
||||
|
||||
publish:
|
||||
needs: build-binaries
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/download-artifact@v3
|
||||
id: download
|
||||
with:
|
||||
name: artifacts
|
||||
path: artifacts
|
||||
- name: "create release"
|
||||
uses: softprops/action-gh-release@master
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
with:
|
||||
files: ./artifacts/**/*
|
||||
# publish:
|
||||
# needs: build-binaries
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@v2
|
||||
# - uses: actions/download-artifact@v3
|
||||
# id: download
|
||||
# with:
|
||||
# name: artifacts
|
||||
# path: artifacts
|
||||
# - name: "create release"
|
||||
# uses: softprops/action-gh-release@master
|
||||
# env:
|
||||
# GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
# with:
|
||||
# files: ./artifacts/**/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user