Skip to content

Commit

Permalink
workflow hacking
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr committed Dec 13, 2023
1 parent 1df56ec commit 931238d
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions .github/workflows/deploy_agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ jobs:
path: ${{ github.workspace }}/build/BuildArtifacts
if-no-files-found: error

- name: Upload Deploy Tooling Locally
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
name: deploy-tooling
path: ${{ github.workspace }}/deploy/
if-no-files-found: error
# - name: Upload Deploy Tooling Locally
# uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
# with:
# name: deploy-tooling
# path: ${{ github.workspace }}/deploy/
# if-no-files-found: error

deploy-downloadsite:
needs: get-external-artifacts
Expand Down Expand Up @@ -262,18 +262,23 @@ jobs:
sudo apt-get update -y
sudo apt-get install -y dos2unix
shell: bash


- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0

- name: Download Deploy Artifacts
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
with:
name: deploy-artifacts
path: ${{ github.workspace }}/

- name: Download Deploy Tooling
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
with:
name: deploy-tooling
path: ${{ github.workspace }}/deploy
# - name: Download Deploy Tooling
# uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
# with:
# name: deploy-tooling
# path: ${{ github.workspace }}/deploy

- name: Get GPG Key
id: write_gpgkey
Expand Down

0 comments on commit 931238d

Please sign in to comment.