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
|
name: artifacts
|
||||||
path: "${{ join(fromJSON(steps.tauri_build.outputs.artifacts), '\n') }}"
|
path: "${{ join(fromJSON(steps.tauri_build.outputs.artifacts), '\n') }}"
|
||||||
|
|
||||||
publish:
|
# publish:
|
||||||
needs: build-binaries
|
# needs: build-binaries
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v3
|
# - uses: actions/checkout@v2
|
||||||
- uses: actions/download-artifact@v3
|
# - uses: actions/download-artifact@v3
|
||||||
id: download
|
# id: download
|
||||||
with:
|
# with:
|
||||||
name: artifacts
|
# name: artifacts
|
||||||
path: artifacts
|
# path: artifacts
|
||||||
- name: "create release"
|
# - name: "create release"
|
||||||
uses: softprops/action-gh-release@master
|
# uses: softprops/action-gh-release@master
|
||||||
env:
|
# env:
|
||||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
# GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
with:
|
# with:
|
||||||
files: ./artifacts/**/*
|
# files: ./artifacts/**/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user