Skip to content

Commit

Permalink
- release-unsecure.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Aug 9, 2024
1 parent d9c1308 commit f7636e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/far2l.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
needs: [test-alpine,
test-ubuntu,
test-ubuntu-p]
uses: ./.github/workflows/release-unsecure.yml
uses: ./.github/workflows/release.yml
with:
workflow: ${{ github.workflow }}
tool_version: '2.6.3'
Expand Down
39 changes: 0 additions & 39 deletions .github/workflows/release-unsecure.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ on:
jobs:
release:
runs-on: ubuntu-latest
container: ubuntu:latest
steps:
- run: |
apt update -y
apt install -y libarchive-tools
sudo apt update -y
sudo apt install -y libarchive-tools
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
- run: ${{ inputs.prepare_body }}
- uses: ncipollo/release-action@v1
Expand Down

0 comments on commit f7636e3

Please sign in to comment.