mirror of
https://github.com/zen-browser/flatpak.git
synced 2025-07-07 17:05:36 +02:00
update ci
This commit is contained in:
parent
8f820929fc
commit
0d2ada4240
1 changed files with 8 additions and 6 deletions
12
.github/workflows/publish-tar.yml
vendored
12
.github/workflows/publish-tar.yml
vendored
|
@ -1,4 +1,5 @@
|
|||
name: Publish Tar
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
@ -17,19 +18,20 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Archive
|
||||
run: tar -cf archive.tar ./*
|
||||
|
||||
- name: Output version from file to variable
|
||||
id: version
|
||||
run: echo "::set-output name=version::$(cat version)"
|
||||
run: |
|
||||
echo "::set-output name=version::$(cat version)"
|
||||
|
||||
- name: Create Release
|
||||
- name: Create release
|
||||
id: create_release
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@v2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue