mirror of
https://github.com/pumpitupdev/pumptools.git
synced 2026-09-22 22:28:03 +03:00
wip
This commit is contained in:
@@ -53,17 +53,16 @@ jobs:
|
||||
needs: "build"
|
||||
runs-on: "ubuntu-20.04"
|
||||
steps:
|
||||
# This already extracts the contents of the artifact
|
||||
- name: "Download artifact"
|
||||
uses: "actions/download-artifact@v2"
|
||||
with:
|
||||
name: pumptools-${{ github.sha }}
|
||||
|
||||
- name: "Extract artifact"
|
||||
- name: "show dir"
|
||||
run: |
|
||||
mkdir artifact
|
||||
cd artifact
|
||||
unzip ../pumptools-${{ github.sha }}.zip
|
||||
cd ..
|
||||
pwd
|
||||
ls -la
|
||||
|
||||
- name: "Publish release"
|
||||
uses: "marvinpinto/action-automatic-releases@v1.2.1"
|
||||
|
||||
Reference in New Issue
Block a user