This commit is contained in:
blu3 2025-02-04 21:33:33 +03:00 committed by GitHub
parent 83ff6a26d4
commit 1f15948783
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,5 @@
name: Publish Tar
on:
workflow_dispatch:
inputs:
@ -17,8 +18,8 @@ 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 ./*
@ -29,7 +30,7 @@ jobs:
- 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: