mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2026-02-15 14:42:15 +00:00
Fix cwd
This commit is contained in:
parent
4e243dc75b
commit
e833914214
1
.github/workflows/build-distribute.yml
vendored
1
.github/workflows/build-distribute.yml
vendored
|
|
@ -11,6 +11,7 @@ permissions:
|
|||
id-token: write
|
||||
env:
|
||||
VERSION_PREFIX: "commit"
|
||||
working_directory: ${{ github.workspace }}
|
||||
jobs:
|
||||
build-and-release:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
#!/bin/bash
|
||||
Loading…
Reference in a new issue